All Questions
2 questions
3votes
1answer
233views
Hangman game background image possibly inefficient
I'm making a Hangman game and it seems that my code doesn't provide me much freedom with using layouts. I added an image to my JFrame then I added a ...
3votes
2answers
2kviews
Format names to title case
So I'm writing a program to format names to title case and display them in alphabetic order. Any advice please? And how can i add more methods? ...